home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1076.lha / Programs / ZShell / ZStart < prev   
Text File  |  1995-04-07  |  706b  |  28 lines

  1. ;Example Script for ZShell
  2. echo "This is an example startup script.^J^J"
  3.  
  4. ask "Do you have OS 3.0 or better ? "
  5. if warn
  6.   ctrl -r 01111111
  7.   echo "Now output is set to one colour to improve scrolling speed.^J"
  8. else
  9.   echo "Sorry, then I cannot improve scrolling speed.^J"
  10. endif
  11.  
  12. review 10000
  13. echo "^JTo see again what scrolled out of the window, press SHIFT TAB.^J"
  14. echo "Press TAB to complete filenames or directorynames.^J"
  15.  
  16. ctrl -c *.info
  17. echo "^JNow icons are ignored by FILENAMECOMPLETION and by DIR.^J"
  18.  
  19. alias arexx "%1 %2 putmsg $1 0 0 0 0 0 \"$2\""
  20. alias runnil "run -C"
  21. alias as assign
  22. alias md makedir
  23. alias ren rename
  24. alias del delete
  25. alias dc diskchange
  26. echo "^JThese aliases are set:^J"
  27. alias
  28.